Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thomas07vt issues/21 multiple monthly days #3

Merged
merged 2 commits into from
Jul 24, 2021

Conversation

kimili
Copy link

@kimili kimili commented Jul 24, 2021

Fixes fnando#21 Allowing multiple month days

This allows multiple month days to be used in the :on option

Recurrence.new(every: :month, on: [15, 31])
  • Separating monthday and weekday logic into modules to make it easier
    to understand the flow
  • Adding tests
  • Shift is disallowed for multiple :on days

thomas07vt and others added 2 commits May 18, 2017 10:17
This allows multiple month days to be used in the :on option

```
Recurrence.new(:every => :month, :on => [15, 31])
```

- Separating monthday and weekday logic into modules to make it easier
  to understand the flow
- Adding tests
- Shift is disallowed for multiple :on days
…thomas07vt/recurrence into thomas07vt-issues/21-multiple-monthly-days

# Conflicts:
#	README.md
#	lib/recurrence/event/monthly.rb
#	lib/recurrence/namespace.rb
@kimili kimili merged commit c73465c into main Jul 24, 2021
@kimili kimili deleted the thomas07vt-issues/21-multiple-monthly-days branch July 24, 2021 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple monthly events
2 participants